home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN19ActionNDA < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.8 KB  |  43 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #19:    ActionNDA
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    ActionNDA.p
  11.                    NDAHeader.Aii
  12.                    ActionNDA    
  13.  
  14. MPW Components:    ActionNDA.p
  15.                    NDAHeader.Aii
  16.                    Build
  17.                    MakeFile
  18.                    ActionNDA
  19.  
  20. ActionNDA is a new desk accessory (NDA) that accepts and reports all action 
  21. codes passed to the NDA action routine (DAAction).
  22. _____________________________________________________________________________
  23.  
  24. ActionNDA shows how to write a new desk accessory (NDA) using MPW IIGS Pascal.  
  25. It includes a minimal standard NDA header (NDAHeader.Aii) that can be used to 
  26. build other MPW IIGS Pascal NDAs when large amounts of stack space and 
  27. floating-point number support (SANE) are not required.
  28.  
  29. ActionNDA can also be useful when testing applications for NDA compatibility.  
  30. The ActionNDA source code header includes detailed information on testing 
  31. applications for NDA compatibility.
  32.  
  33. ActionNDA.p, NDAHeader.Aii, and ActionNDA, included on the APW disk, are the 
  34. MPW IIGS Pascal source code, the MPW IIGS 65816 assembly source code, and the 
  35. ActionNDA load file.  They are included so programmers using native IIGS 
  36. Pascal development environments can easily port this NDA to their development 
  37. environment.
  38.  
  39. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, MPW IIGS Assembler v.1.0 
  40. or later, and MPW IIGS Pascal v.1.0 or later.  To make this desk accessory, 
  41. set the directory to the directory containing the MakeFile and the source 
  42. files.  Then, from the Worksheet, enter build and press the Enter key.
  43.